Skip to content

Remove any existing file appenders#22

Merged
microstudi merged 1 commit intomainfrom
fix/logger_appenders
Feb 11, 2026
Merged

Remove any existing file appenders#22
microstudi merged 1 commit intomainfrom
fix/logger_appenders

Conversation

@davidbeig
Copy link
Contributor

This PR solves #21

The initialization of the Rails logger was prior to the configuration in this module, so it created the logs/production.log file before we could switch to the SemanticLogger, and therefore Rails could continue using it.

This change removes any appender that is a file, and therefore will only allow the IO configured.

@davidbeig davidbeig requested a review from microstudi February 10, 2026 17:38
@davidbeig davidbeig self-assigned this Feb 10, 2026
@microstudi microstudi merged commit 923395a into main Feb 11, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants